[temacs] Undef HAVE_POSIX_MEMALIGN.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 28 Aug 2009 22:49:58 +0000 (22:49 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 28 Aug 2009 22:49:58 +0000 (22:49 +0000)
src/s/darwin.h

index da223e9a41c2eeef6c3a400feedc9b3793263e59..40aa5831994f2e5ff4e0c47403d450cf89609253 100644 (file)
@@ -171,6 +171,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define malloc unexec_malloc
 #define realloc unexec_realloc
 #define free unexec_free
+/* Don't use posix_memalign because it is not compatible with
+   unexmacosx.c.  */
+#undef HAVE_POSIX_MEMALIGN
 #endif
 
 /* The ncurses library has been moved out of the System framework in